'UsageDim instance As SparseArray(Of T) Dim item As T Dim value As Boolean value = instance.Contains(item)
Parameters
- item
- The object to locate in the SparseArray.
Return Value
true if item is found in the; otherwise, false.'UsageDim instance As SparseArray(Of T) Dim item As T Dim value As Boolean value = instance.Contains(item)
true if item is found in the; otherwise, false.